home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / transfer reason.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-25  |  1.6 KB  |  47 lines

  1. Ôªø<?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE container SYSTEM "http://www.sigames.com/dtds/container.dtd">
  3.  
  4. <panel>
  5.     <!-- arrange items vertically -->
  6.     <layout class="arrange_vertical_attachment" alignment="top" />
  7.  
  8.     <!-- centre dialog in parent -->
  9.     <layout class="centre_in_parent_attachment" alignment="all" />
  10.  
  11.     <!-- fit the height of the dialog to the height of its components -->
  12.     <layout class="fit_children_attachment" alignment="vertical, fill" />
  13.     
  14.     <!-- stretch everything to the sides of the dialog -->
  15.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" />
  16.  
  17.     
  18.     <!-- header -->
  19.     <widget class="label" id="ques" text="Question">
  20.         <flags id="spec" value="text,large" />
  21.     </widget>
  22.  
  23.     <widget class="label" id="rstx" text="Reason" colour="selection"/>
  24.     
  25.     <!-- reason table -->
  26.     <widget class="table" id="rtwt" sele="item" dcac="doub" mode="0" row_height="20" stretch_to_fit_rows="true" auto_size_rows="true" fixed_size_rows="false" layout="-1">
  27.         <list id="column_display_properties">
  28.                <record index="0" top="2" bottom="2"/>
  29.         </list>
  30.     </widget>
  31.  
  32.     <widget class="label" id="optx" text="Options" colour="selection"/>
  33.     
  34.     <!-- options table -->
  35.     <widget class="table" id="itwt" sele="item" dcac="doub" mode="0" row_height="20" stretch_to_fit_rows="true" auto_size_rows="true" fixed_size_rows="false" layout="-1">
  36.         <list id="column_display_properties">
  37.                <record index="0" top="2" bottom="2"/>
  38.         </list>    
  39.     </widget>
  40.  
  41.     <!-- spacer -->
  42.     <container height="12"/>
  43.     
  44.     <!-- row of buttons -->
  45.     <container id="btns" file="transfer reason buttons"/>
  46. </panel>
  47.